home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / crusade_of_cuisine.swf / scripts / frame_18 / DoAction.as
Text File  |  2010-11-09  |  93b  |  7 lines

  1. stop();
  2. next_btn.onRelease = function()
  3. {
  4.    gotoAndStop("start_scene");
  5.    play();
  6. };
  7.